Skip to content

Commit

Permalink
Update versions to 3.3.1 (#18114)
Browse files Browse the repository at this point in the history
* Update core/feconf.py

* Update package.json

---------

Co-authored-by: github-actions[bot] <github-actions@noreply.com>
  • Loading branch information
kevintab95 and github-actions[bot] committed Apr 20, 2023
1 parent 1dd6791 commit 6e1218d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/feconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def get_empty_ratings() -> Dict[str, int]:
DATAFLOW_TEMP_LOCATION = 'gs://todo/todo'
DATAFLOW_STAGING_LOCATION = 'gs://todo/todo'

OPPIA_VERSION = '3.3.0'
OPPIA_VERSION = '3.3.1'
OPPIA_PYTHON_PACKAGE_PATH = './build/oppia-beam-job-%s.tar.gz' % OPPIA_VERSION

# Committer id for system actions. The username for the system committer
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oppia",
"version": "3.3.0",
"version": "3.3.1",
"description": "Oppia enables the creation of interactive online lessons.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 6e1218d

Please sign in to comment.