Sha256: 274178f7a4137c5fe1023281a69b8c4f73cd90ae3c043a273848022d29af5d68

Contents?: true

Size: 431 Bytes

Versions: 1

Compression:

Stored size: 431 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 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.3'
end

Version data entries

1 entries across 1 versions & 1 rubygems

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