Skip to content

Commit

Permalink
Versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Robson committed Jan 6, 2024
1 parent 0259f6a commit 8ea511c
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 = 617;
MINOR_VERSION = 2;
TINY_VERSION = 4;
MICRO_VERSION = 13;
NANO_VERSION = 2;
NANO_VERSION = 3;
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 8ea511c

Please sign in to comment.