Skip to content

Commit

Permalink
future3 V3.3 - reference webapp build (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabera committed Nov 25, 2023
1 parent 12f4f92 commit c0d5a20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installation/routines/setup_jukebox_webapp.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Constants
GD_ID_COMPILED_WEBAPP="1EE_1MdneGtKL5V7GyYZC0nb6ODQWTsPb" # https://drive.google.com/file/d/1EE_1MdneGtKL5V7GyYZC0nb6ODQWTsPb/view?usp=sharing
GD_ID_COMPILED_WEBAPP="1um-smyfsVPzVZn18hhwuFt97XR3PjAbB" # https://drive.google.com/file/d/1um-smyfsVPzVZn18hhwuFt97XR3PjAbB/view?usp=sharing

# For ARMv7+
NODE_MAJOR=20
Expand Down
4 changes: 2 additions & 2 deletions src/jukebox/jukebox/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION_MAJOR = 3
VERSION_MINOR = 2
VERSION_PATCH = 1
VERSION_MINOR = 3
VERSION_PATCH = 0
VERSION_EXTRA = ""

__version__ = '%i.%i.%i' % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
Expand Down

0 comments on commit c0d5a20

Please sign in to comment.