lib/rtsp/version.rb in rtsp-0.4.4 vs lib/rtsp/version.rb in rtsp-0.4.5
- old
+ new
@@ -1,8 +1,8 @@
module RTSP
SNAPSHOT = false
RELEASE = true
- BASE_VERSION = '0.4.4'
+ BASE_VERSION = '0.4.5'
VERSION = if RELEASE
BASE_VERSION
elsif SNAPSHOT
"#{BASE_VERSION}.SNAPSHOT"