Skip to content

Commit

Permalink
bump version to v1.0.0-b1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 14, 2024
1 parent d8ba74a commit fc819b7
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.01")]
[assembly: AssemblyFileVersion("1.0.01")]

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

0 comments on commit fc819b7

Please sign in to comment.