lib/postrunner/version.rb in postrunner-0.7.5 vs lib/postrunner/version.rb in postrunner-0.8.0
- old
+ new
@@ -1,15 +1,15 @@
#!/usr/bin/env ruby -w
# encoding: UTF-8
#
# = version.rb -- PostRunner - Manage the data from your Garmin sport devices.
#
-# Copyright (c) 2014, 2015, 2016 by Chris Schlaeger <cs@taskjuggler.org>
+# Copyright (c) 2014, 2015, 2016, 2017 by Chris Schlaeger <cs@taskjuggler.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of version 2 of the GNU General Public License as
# published by the Free Software Foundation.
#
module PostRunner
- VERSION = '0.7.5'
+ VERSION = '0.8.0'
end