Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 4d6e773

Browse files
committed
Bump version
1 parent 35887af commit 4d6e773

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/zenhub_ruby/version.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module ZenhubRuby
2+
VERSION = '0.2.1'
3+
end

zenhub_ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
lib = File.expand_path('../lib', __FILE__)
33
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4-
require 'zenhub_ruby'
4+
require 'zenhub_ruby/version'
55

66
Gem::Specification.new do |spec|
77
spec.name = "zenhub_ruby"

0 commit comments

Comments
 (0)