We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba1fe9 commit 0556d0aCopy full SHA for 0556d0a
2 files changed
KerbalHealth.version
@@ -6,7 +6,7 @@
6
"VERSION": {
7
"MAJOR": 0,
8
"MINOR": 4,
9
- "PATCH": 6,
+ "PATCH": 7,
10
"BUILD": 0
11
},
12
"KSP_VERSION": {
Properties/AssemblyInfo.cs
@@ -33,7 +33,7 @@
33
// You can specify all the values or you can default the Build and Revision Numbers
34
// by using the '*' as shown below:
35
// [assembly: AssemblyVersion("1.0.*")]
36
-[assembly: AssemblyVersion("0.4.6")]
37
-[assembly: AssemblyFileVersion("0.4.6")]
+[assembly: AssemblyVersion("0.4.7")]
+[assembly: AssemblyFileVersion("0.4.7")]
38
[assembly: NeutralResourcesLanguage("en")]
39
0 commit comments