File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 4.7.1
2
+ current_version = 4.8.0
3
3
commit = True
4
4
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
5
5
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class Common : MonoBehaviour
26
26
/// <summary>
27
27
/// The SDK version.
28
28
/// </summary>
29
- public const string Version = "watson-apis-unity-sdk-4.7.1 " ;
29
+ public const string Version = "watson-apis-unity-sdk-4.8.0 " ;
30
30
/// <summary>
31
31
/// Tracking for onboarding.
32
32
/// </summary>
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "IBM Watson SDK for Unity"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 4.7.1
41
+ PROJECT_NUMBER = 4.8.0
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
You can’t perform that action at this time.
0 commit comments