Skip to content

Commit

Permalink
🛁 Self version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoKawamata committed Jan 14, 2022
1 parent 54c3e45 commit 3bff42e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ entangler master /some/base/path user@remote:/some/remote/path

```
$ entangler -h
Entangler v1.2.1
Entangler v1.2.2
Usage:
entangler master <base_dir> <remote_user>@<remote_host>:<remote_base_dir> [options]
Expand Down
2 changes: 1 addition & 1 deletion lib/entangler/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Entangler
VERSION = '1.2.1'
VERSION = '1.2.2'
end

0 comments on commit 3bff42e

Please sign in to comment.