Skip to content

Commit

Permalink
Fix: compilation with crystal 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Jan 8, 2018
1 parent 42bd85c commit 8770275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prax.cr
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module Prax
class Error < Exception; end
class BadRequest < Error; end

macro def self.version_string : String
def self.version_string : String
"Prax #{VERSION} (#{BUILD_DATE})"
end

Expand Down

0 comments on commit 8770275

Please sign in to comment.