Skip to content

Commit

Permalink
update version to prepare release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arovai committed Sep 7, 2023
1 parent 6573df3 commit 95007d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
main
v1.1
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get install -y python3 pip

# Install cvrmap from github
RUN cd /opt && git clone https://github.com/ln2t/cvrmap.git
RUN cd /opt/cvrmap && git checkout v1.0
RUN cd /opt/cvrmap && git checkout v1.1
RUN pip install -r /opt/cvrmap/requirements.txt

# Install FSL
Expand Down

0 comments on commit 95007d6

Please sign in to comment.