Skip to content

Commit f9f3908

Browse files
author
James Couball
committed
Release v0.1.1
1 parent c031e29 commit f9f3908

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.1.1
4+
5+
See https://github.com/jcouball/ruby_git/releases/tag/v0.1.1
6+
37
## 0.1.0
48

59
See https://github.com/jcouball/ruby_git/releases/tag/v0.1.0

lib/ruby_git/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubyGit
4-
VERSION = '0.1.0'
4+
VERSION = '0.1.1'
55
end

0 commit comments

Comments
 (0)