Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa committed Mar 30, 2022
1 parent ac3d828 commit bf2fb21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This section contains package maintenance procedures in preparation for deployme
* Review, approve, and merge open pull requests into the master branch.
* Tag the master branch with the new version. Use the flag `-s` to sign a tag, or `-a` to create an unsigned tag.
```
git tag -s "0.4.0"
git tag -s "0.4.1"
git push --tags
```
* Create a new release from the new tag on GitHub and let GitHub auto-generate release notes. Mark releases used for testing as pre-release. The release bundles the code into an archive, which we'll use for deployment.
Expand Down Expand Up @@ -77,16 +77,16 @@ apt install nodejs
# Verify version, here 14.x:
nodejs -v
# Build 0.3.5 to 0.4.0 requires a Ruby upgrade
# Build 0.3.5 to 0.4.1 requires a Ruby upgrade
root@build:~# gem update --system
```
When downgrading, the above steps need to be altered to install the required NodeJS versions (8.x) and Ruby versions (see Gemfile).

```
su - build
# Replace 0.4.0 with your release version
export BV="0.4.0"
# Replace 0.4.1 with your release version
export BV="0.4.1"
# Verify that the correct release version will be used
echo $BV
Expand Down
2 changes: 1 addition & 1 deletion server/views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
<h3>About</h3>
<div class="modalContents">
<p>
ODK Build is a form builder for <a href="https://getodk.org/" rel="external">ODK</a>. You are using v<a href="https://github.com/getodk/build/releases/tag/0.4.0" rel="external">0.4.0</a>.
ODK Build is a form builder for <a href="https://getodk.org/" rel="external">ODK</a>. You are using v<a href="https://github.com/getodk/build/releases/tag/0.4.1" rel="external">0.4.1</a>.
</p>
<p>
Build was created by Issa Tseng in Seattle, Bangalore, Pittsburgh, and 40,000 feet in the air.
Expand Down

0 comments on commit bf2fb21

Please sign in to comment.