Skip to content

Commit

Permalink
Update turbo.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsauce authored Sep 5, 2019
1 parent 710e27f commit 7fe88c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ local turbo = {} -- turbo main namespace.
-- changes, the major version is incremented and others are set to zero.
turbo.MAJOR_VERSION = 2
turbo.MINOR_VERSION = 1
turbo.MICRO_VERSION = 2
turbo.MICRO_VERSION = 3
-- A 3-byte hexadecimal representation of the version, e.g. 0x010201 for
-- version 1.2.1 and 0x010300 for version 1.3.
turbo.VERSION_HEX = 0x020102
Expand Down

0 comments on commit 7fe88c2

Please sign in to comment.