Skip to content

Commit 0155a09

Browse files
Bump Version
1 parent 08432e8 commit 0155a09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/UmbracoVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Usage: on line 2 put the release version, on line 3 put the version comment (example: beta)
22
7.2.0
3-
beta2
3+
RC

src/Umbraco.Core/Configuration/UmbracoVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static Version Current
2323
/// Gets the version comment (like beta or RC).
2424
/// </summary>
2525
/// <value>The version comment.</value>
26-
public static string CurrentComment { get { return "beta2"; } }
26+
public static string CurrentComment { get { return "RC"; } }
2727

2828
// Get the version of the umbraco.dll by looking at a class in that dll
2929
// Had to do it like this due to medium trust issues, see: http://haacked.com/archive/2010/11/04/assembly-location-and-medium-trust.aspx

0 commit comments

Comments
 (0)