Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit c3528a5

Browse files
committed
Update.
1 parent 48aca16 commit c3528a5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/zinbei/version.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
require 'date'
44

55
begin
6-
# zinbei_version = x.x.x-xxxx.xx.xx
7-
module Zinbei
8-
@zinbei_version = '3.0.0'
9-
# t = Date.today
10-
# build_day = t.strftime('%Y.%m.%d')
11-
# VERSION = "#{zinbei_version}-#{build_day}".freeze
12-
VERSION = @zinbei_version.freeze
13-
end
6+
# zinbei_version = x.x.x-xxxx.xx.xx
7+
module Zinbei
8+
zinbei_version = '3.0.1'
9+
t = Date.today
10+
build_day = t.strftime('%Y.%m.%d')
11+
VERSION = "#{zinbei_version}-#{build_day}".freeze
12+
#VERSION = "#{zinbei_version}"
13+
end
1414
rescue StandardError => e
1515
puts e.backtrace
1616
ensure

0 commit comments

Comments
 (0)