You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: StatePrinter/Properties/AssemblyInfo.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Copyright 2014-2015 Kasper B. Graversen
1
+
// Copyright 2014-2017 Kasper B. Graversen
2
2
//
3
3
// Licensed to the Apache Software Foundation (ASF) under one
4
4
// or more contributor license agreements. See the NOTICE file
@@ -53,5 +53,5 @@
53
53
// by using the '*' as shown below:
54
54
// [assembly: AssemblyVersion("1.0.*")]
55
55
[assembly:AssemblyVersion("3.0.0.0")]// Change this upon breaking changes
56
-
[assembly:AssemblyFileVersion("3.0.293.0")]// Bump this at every release
56
+
[assembly:AssemblyFileVersion("3.0.311.0")]// Bump this at every release
57
57
//[assembly: AssemblyInformationalVersion("2.2.281-rc")] // Only set on pre-releases. Customer public info (setting a version across multiple products each possibly with their own versioning)
0 commit comments