Skip to content

Commit

Permalink
[skip ci] docs: Update version numbers from 1.0.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 27, 2019
1 parent 26cb5d1 commit 2211e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0
commit = True
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}

Expand Down
2 changes: 1 addition & 1 deletion Utilities/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static class String
/// <summary>
/// The version of the Unity SDK Core
/// </summary>
public const string CORE_VERSION = "v1.0.0";
public const string CORE_VERSION = "v1.1.0";
}

/// <summary>
Expand Down

0 comments on commit 2211e53

Please sign in to comment.