Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Nov 1, 2022
1 parent 12d944e commit bf5c097
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lapis/router.moon
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ class Router

insert @routes, { route, responder, name }

-- default_route represents a responder that is used when a route can not be matched
default_route: (route) =>
error "failed to find route: " .. route

Expand Down
2 changes: 1 addition & 1 deletion lapis/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "1.9.0"
return "1.10.0"
2 changes: 1 addition & 1 deletion lapis/version.moon
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1.9.0"
"1.10.0"

0 comments on commit bf5c097

Please sign in to comment.