Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 30cb0fc

Browse files
authoredApr 13, 2022
Bump versions to 0.4.2
1 parent 6e0cca7 commit 30cb0fc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎BUILDING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This section contains package maintenance procedures in preparation for deployme
2525
* Review, approve, and merge open pull requests into the master branch.
2626
* Tag the master branch with the new version. Use the flag `-s` to sign a tag, or `-a` to create an unsigned tag.
2727
```
28-
git tag -s "0.4.1"
28+
git tag -s "0.4.2"
2929
git push --tags
3030
```
3131
* Create a new release from the new tag on GitHub and let GitHub auto-generate release notes.
@@ -54,8 +54,8 @@ git clone https://github.com/getodk/build.git
5454
git clone git@github.com:getodk/build.git
5555
5656
# or download and extract the latest release from https://github.com/getodk/build/releases
57-
# Replace 0.4.0 with your release version
58-
export BV="0.4.0"
57+
# Replace 0.4.2 with your release version
58+
export BV="0.4.2"
5959
# Verify that the correct release version will be used
6060
echo $BV
6161
@@ -189,16 +189,16 @@ apt install nodejs
189189
# Verify version, here 14.x:
190190
nodejs -v
191191
192-
# Build 0.3.5 to 0.4.1 requires a Ruby upgrade
192+
# Build 0.3.5 to 0.4.2 requires a Ruby upgrade
193193
root@build:~# gem update --system
194194
```
195195
When downgrading, the above steps need to be altered to install the required NodeJS versions (8.x) and Ruby versions (see Gemfile).
196196

197197
```
198198
su - build
199199
200-
# Replace 0.4.1 with your release version
201-
export BV="0.4.1"
200+
# Replace 0.4.2 with your release version
201+
export BV="0.4.2"
202202
# Verify that the correct release version will be used
203203
echo $BV
204204

‎server/views/index.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@
497497
<h3>About</h3>
498498
<div class="modalContents">
499499
<p>
500-
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>.
500+
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.2" rel="external">0.4.2</a>.
501501
</p>
502502
<p>
503503
Build was created by Issa Tseng in Seattle, Bangalore, Pittsburgh, and 40,000 feet in the air.

0 commit comments

Comments
 (0)
This repository has been archived.