Skip to content

Commit a1f7151

Browse files
committed
build: Bump the version in preperation for a release.
1 parent 7592a91 commit a1f7151

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

edx_proctoring/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44

55
# Be sure to update the version number in edx_proctoring/package.json
6-
__version__ = '4.17.0'
6+
__version__ = '4.18.0'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@edx/edx-proctoring",
33
"//": "Note that the version format is slightly different than that of the Python version when using prereleases.",
4-
"version": "4.17.0",
4+
"version": "4.18.0",
55
"main": "edx_proctoring/static/index.js",
66
"scripts": {
77
"test": "gulp test"

0 commit comments

Comments
 (0)