Skip to content

Commit 50b8a19

Browse files
committed
Bumping version to 0.5.0
1 parent 4c16e35 commit 50b8a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wavefile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
require 'wavefile/writer'
77

88
module WaveFile
9-
VERSION = "0.4.0"
9+
VERSION = "0.5.0"
1010

1111
WAVEFILE_FORMAT_CODE = "WAVE"
1212
FORMAT_CHUNK_BYTE_LENGTH = {:pcm => 16, :float => 18}

0 commit comments

Comments
 (0)