Skip to content

Commit

Permalink
version bump 🍍
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Apr 2, 2018
1 parent d33c1c0 commit 321f917
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lapis/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "1.6.0"
return "1.7.0"
2 changes: 1 addition & 1 deletion lapis/version.moon
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1.6.0"
"1.7.0"
2 changes: 1 addition & 1 deletion spec_cqueues/server_spec.moon
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe "server", ->
it "should request basic page", ->
status, res, headers = server\request "/"
assert.same 200, status
assert.same [[<!DOCTYPE HTML><html lang="en"><head><title>Lapis Page</title></head><body>Welcome to Lapis 1.6.0</body></html>]], res
assert.same [[<!DOCTYPE HTML><html lang="en"><head><title>Lapis Page</title></head><body>Welcome to Lapis 1.7.0</body></html>]], res

assert.same {
content_type: "text/html"
Expand Down

0 comments on commit 321f917

Please sign in to comment.