diff --git a/build b/build index 06993f7ef..b0d5493d2 100755 --- a/build +++ b/build @@ -41,8 +41,8 @@ if [ -n "$PACKAGE" ]; then exit 1 fi - cat > lib/jam_web/version.rb << EOF -module JamWeb + cat > lib/jam_admin/version.rb << EOF +module JamAdmin VERSION = "0.1.$BUILD_NUMBER" end EOF