Skip to content

Commit

Permalink
Update internal version
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Sep 17, 2023
1 parent 8da9a80 commit b8fafee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/assembly/AssemblyInfoRF.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
[assembly: AssemblyFileVersion("@MAJOR@.@MINOR@.@PATCH@.@BUILD@")]
[assembly: KSPAssembly("RealFuels", @MAJOR@, @MINOR@, @PATCH@)]
#else
[assembly: AssemblyFileVersion("15.5.0.0")]
[assembly: KSPAssembly("RealFuels", 15, 5, 0)]
[assembly: AssemblyFileVersion("15.7.0.0")]
[assembly: KSPAssembly("RealFuels", 15, 7, 0)]
#endif

// The following attributes are used to specify the signing key for the assembly,
Expand Down

0 comments on commit b8fafee

Please sign in to comment.