Skip to content

Commit

Permalink
Update version.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Feb 11, 2021
1 parent 1a854e5 commit e52ad8a
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
FUZZ_VERSION_MINOR = 9
FUZZ_VERSION_RELEASE = 8
FUZZ_VERSION_RELEASE = 9
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 e52ad8a

Please sign in to comment.