Skip to content

Commit e336da7

Browse files
committed
module to define the version of fcm
1 parent 91a2dea commit e336da7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/fcm/version.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
module Fcm
4+
VERSION = '2.0.0'
5+
end

0 commit comments

Comments
 (0)