Sha256: f89db66b8eed43eeee575296b78507698a84426eb2a9917d3936a12250e078cf

Contents?: true

Size: 443 Bytes

Versions: 1

Compression:

Stored size: 443 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, 2020 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 = '1.0.4'
end

Version data entries

1 entries across 1 versions & 1 rubygems

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