Parcourir la source

Version bump to 1.3.5

Andrew Kane il y a 9 ans
Parent
commit
fb9aaacf3b
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      lib/blazer/version.rb

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-## 1.3.5 [unreleased]
+## 1.3.5
 
 - Fixed error with checks
 

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "1.3.4"
+  VERSION = "1.3.5"
 end