From ca2192efec63d5c5d212afc7c878936a72aebdbf Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Tue, 5 Mar 2024 14:33:10 +0530 Subject: [PATCH] Fix version from 3.4 to 3.4.0 --- CHANGELOG.md | 2 +- lib/uploadcare/rails/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f882187..f11413b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based now on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 3.4 — 2024-03-05 +## 3.4.0 — 2024-03-05 ### Fixed diff --git a/lib/uploadcare/rails/version.rb b/lib/uploadcare/rails/version.rb index 24814b5..bc96092 100644 --- a/lib/uploadcare/rails/version.rb +++ b/lib/uploadcare/rails/version.rb @@ -2,6 +2,6 @@ module Uploadcare module Rails - VERSION = '3.4' + VERSION = '3.4.0' end end