Skip to content

Commit

Permalink
Versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjepstein committed Feb 9, 2024
1 parent 49f3047 commit d1c8cbe
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 = 619;
MINOR_VERSION = 1;
TINY_VERSION = 2;
MICRO_VERSION = 0;
NANO_VERSION = 3;
NANO_VERSION = 4;
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 d1c8cbe

Please sign in to comment.