Skip to content

Commit

Permalink
bump version to v1.0.0-b5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 7, 2024
1 parent 23026e0 commit fc92917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.04")]
[assembly: AssemblyFileVersion("1.0.04")]
[assembly: AssemblyVersion("1.0.05")]
[assembly: AssemblyFileVersion("1.0.05")]

[assembly: KSPAssembly(name: "BoringCrewServices"
, versionMajor: 1
, versionMinor: 0
, versionRevision: 04)]
, versionRevision: 05)]

0 comments on commit fc92917

Please sign in to comment.