Sha256: f5ded04d5df85de2c7ea3eeb8370cc04dee07ebbc13916f8801ab9d7ffd2ba26

Contents?: true

Size: 438 Bytes

Versions: 1

Compression:

Stored size: 438 Bytes

Contents

#!/usr/bin/env ruby -w
# encoding: UTF-8
#
# = version.rb -- PostRunner - Manage the data from your Garmin sport devices.
#
# 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.12.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
postrunner-0.12.0 lib/postrunner/version.rb