Skip to content

Commit

Permalink
Bumping version from 0.7.0 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrait committed Jan 29, 2017
1 parent 421f1c6 commit 2c460d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wavefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require 'wavefile/writer'

module WaveFile
VERSION = "0.7.0"
VERSION = "0.8.0"

WAVEFILE_FORMAT_CODE = "WAVE" # :nodoc:
FORMAT_CODES = {:pcm => 1, :float => 3, :extensible => 65534} # :nodoc:
Expand Down

0 comments on commit 2c460d1

Please sign in to comment.