Skip to content

Commit 82d0744

Browse files
committed
Build number is now an instance variable
1 parent cde1027 commit 82d0744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
end
118118

119119
task :set_dev_version do
120-
@ext_version = "#{EXT_VERSION}.#{EXT_BUILD_NUMBER}"
120+
@ext_version = "#{EXT_VERSION}.#{@ext_build_number}"
121121
end
122122

123123
task :confirm_build do

0 commit comments

Comments
 (0)