Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rxi committed May 6, 2017
1 parent c517bd7 commit b539dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lume.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-- under the terms of the MIT license. See LICENSE for details.
--

local lume = { _version = "2.2.3" }
local lume = { _version = "2.3.0" }

local pairs, ipairs = pairs, ipairs
local type, assert, unpack = type, assert, unpack or table.unpack
Expand Down

0 comments on commit b539dc7

Please sign in to comment.