Skip to content

Commit

Permalink
checkout tags v0.3.0 and v0.16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jun 4, 2020
1 parent badc74b commit 8677ec7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bin/update_submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
git submodule update --init --recursive

# update monero-javascript
git checkout master
git pull --ff-only origin master
git checkout tags/v0.3.0
git pull --ff-only origin tags/v0.3.0

# update monero-cpp
cd ./external/monero-cpp
git checkout master
git pull --ff-only origin master
git checkout tags/v0.3.0
git pull --ff-only origin tags/v0.3.0

# update monero-core
cd ./external/monero-core
git checkout master
git pull --ff-only origin master
git checkout tags/v0.16.0.0
git pull --ff-only origin tags/v0.16.0.0
cd ../../../../

0 comments on commit 8677ec7

Please sign in to comment.