Skip to content

Commit

Permalink
bump version to v1.0.0-b3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 3, 2024
1 parent 73080b0 commit 69cdc09
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.02")]
[assembly: AssemblyFileVersion("1.0.02")]
[assembly: AssemblyVersion("1.0.03")]
[assembly: AssemblyFileVersion("1.0.03")]

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

0 comments on commit 69cdc09

Please sign in to comment.