Skip to content

Commit

Permalink
bump version to v1.0.0-b4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 3, 2024
1 parent 821188c commit d78b2fb
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.03")]
[assembly: AssemblyFileVersion("1.0.03")]
[assembly: AssemblyVersion("1.0.04")]
[assembly: AssemblyFileVersion("1.0.04")]

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

0 comments on commit d78b2fb

Please sign in to comment.