From f3574408982859235a4b24eed5ee8a238beb68b9 Mon Sep 17 00:00:00 2001 From: Yessiest Date: Sat, 11 May 2024 23:26:47 +0400 Subject: [PATCH] version bump --- landline.gemspec | 2 +- lib/landline.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/landline.gemspec b/landline.gemspec index 3a28288..094baad 100644 --- a/landline.gemspec +++ b/landline.gemspec @@ -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. diff --git a/lib/landline.rb b/lib/landline.rb index 3bf76ec..c5ee72c 100644 --- a/lib/landline.rb +++ b/lib/landline.rb @@ -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