Skip to content

Commit f0c9716

Browse files
committed
Release v3.4.0
1 parent b282751 commit f0c9716

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# master [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v3.3.0...master)
1+
# master [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v3.4.0...master)
2+
3+
*
4+
5+
# 3.4.0 / 2018-03-22 [(commits)](https://github.com/whitesmith/rubycritic/compare/v3.3.0...v3.4.0)
26

37
* [CHANGE] Update `rubocop` to 0.51.0 (by [@olleolleolle][])
48
* [CHANGE] Update `parser` to 2.5.0 (by [@joshrpowell][])

lib/rubycritic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubyCritic
4-
VERSION = '3.3.0'.freeze
4+
VERSION = '3.4.0'.freeze
55
end

0 commit comments

Comments
 (0)