version bump
This commit is contained in:
parent
63bdfba3e9
commit
f357440898
|
@ -2,7 +2,7 @@
|
|||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "landline"
|
||||
spec.version = "0.12.1"
|
||||
spec.version = "0.13.0"
|
||||
spec.summary = "Elegant HTTP DSL"
|
||||
spec.description = <<~DESC
|
||||
Landline is a no-hard-dependencies HTTP routing DSL that was made entirely for fun.
|
||||
|
|
|
@ -12,7 +12,7 @@ require_relative 'landline/app'
|
|||
# Landline is a backend framework born as a by-product of experimentation
|
||||
module Landline
|
||||
# Landline version
|
||||
VERSION = '0.12.1 "Concrete and Gold" (pre-alpha)'
|
||||
VERSION = '0.13.0 "Realign" (pre-alpha)'
|
||||
|
||||
# Landline branding and version
|
||||
VLINE = "Landline/#{Landline::VERSION} (Ruby/#{RUBY_VERSION}/#{RUBY_RELEASE_DATE})\n".freeze
|
||||
|
|
Loading…
Reference in New Issue