We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6fdf2 commit 8dae2a0Copy full SHA for 8dae2a0
Rock.Version/AssemblySharedInfo.cs
@@ -1,4 +1,4 @@
1
-//1
+//2
2
// ^^^ This number above is the build number used by the T4 template responsible for generating this file.
3
// Do Not Remove!
4
//
@@ -42,9 +42,9 @@
42
// The AssemblyVersion number should change only when we are
43
// making a breaking change and need the runtime binding to fail if it does not
44
// match the correct version exactly.
45
-[assembly: AssemblyVersion( "19.0.1" )]
+[assembly: AssemblyVersion( "19.0.2" )]
46
47
-[assembly: AssemblyFileVersion( "19.0.1" )]
+[assembly: AssemblyFileVersion( "19.0.2" )]
48
49
// This is the "official" product name that will be shown to people.
50
// It's shown in the SystemInfo details and perhaps the RockUpdate page.
0 commit comments