Skip to content

Commit 7d8a0d5

Browse files
committed
バージョンを0.1.0に設定する
1 parent 5019889 commit 7d8a0d5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [未リリース]
4+
5+
### 追加
6+
7+
### 変更
8+
9+
## [0.1.0] - 2020-05-24
10+
11+
### 追加
12+
13+
* 基本機能を実装した。

lib/bcdice-irc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module BCDiceIRC
66
# バージョン番号
7-
VERSION = '1.0.0-alpha.2'
7+
VERSION = '0.1.0'
88

99
# コミットID
1010
COMMIT_ID = Dir.chdir(__dir__) do

0 commit comments

Comments
 (0)