Skip to content

Commit

Permalink
Versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjepstein committed Feb 18, 2024
1 parent 071785c commit 08de898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 618;
MINOR_VERSION = 1;
TINY_VERSION = 15;
MICRO_VERSION = 11;
NANO_VERSION = 7;
NANO_VERSION = 8;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);

// The bundle version and short version string are set based on the current build configuration, see below.
Expand Down

0 comments on commit 08de898

Please sign in to comment.