Skip to content

Commit

Permalink
Incremented version
Browse files Browse the repository at this point in the history
    * lib/fuzz/version.rb:
  • Loading branch information
jwillemsen committed Feb 27, 2020
1 parent 554a457 commit 3b6d0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fuzz/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Fuzz

FUZZ_VERSION_MAJOR = 0.freeze
FUZZ_VERSION_MINOR = 9.freeze
FUZZ_VERSION_RELEASE = 6.freeze
FUZZ_VERSION_RELEASE = 7.freeze
FUZZ_VERSION = "#{FUZZ_VERSION_MAJOR}.#{FUZZ_VERSION_MINOR}.#{FUZZ_VERSION_RELEASE}"
FUZZ_COPYRIGHT = "Copyright (c) 2012-#{Time.now.year} Remedy IT Expertise BV, The Netherlands".freeze

Expand Down

0 comments on commit 3b6d0dc

Please sign in to comment.