Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Jan 3, 2023
1 parent c8f547f commit 69544f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tableshape/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2320,5 +2320,5 @@ return {
is_type = is_type,
BaseType = BaseType,
FailedTransform = FailedTransform,
VERSION = "2.5.0"
VERSION = "2.6.0"
}
2 changes: 1 addition & 1 deletion tableshape/init.moon
Original file line number Diff line number Diff line change
Expand Up @@ -1089,4 +1089,4 @@ check_shape = (value, shape) ->
is_type = (val) ->
BaseType\is_base_type val

{ :check_shape, :types, :is_type, :BaseType, :FailedTransform, VERSION: "2.5.0" }
{ :check_shape, :types, :is_type, :BaseType, :FailedTransform, VERSION: "2.6.0" }

0 comments on commit 69544f3

Please sign in to comment.