version bump

This commit is contained in:
Yessiest 2024-05-11 23:26:47 +04:00
parent 63bdfba3e9
commit f357440898
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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