Browse Source

Version bump to 1.3.4

Andrew Kane 9 years ago
parent
commit
986a7db4ab
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      lib/blazer/version.rb

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-## 1.3.4 [unreleased]
+## 1.3.4
 
 - Fixed issue with missing queries
 

+ 1 - 1
lib/blazer/version.rb

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