Skip to content

Commit

Permalink
Bump version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seshrs committed Oct 22, 2023
1 parent 1fa3ab4 commit aa29c8a
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GITHOOKS_DIR=`pwd -P`
popd
PROJECT_ROOT=`dirname $GITHOOKS_DIR`

MINOR_VERSION=$(cat $PROJECT_ROOT/VERSION | grep -o "[[:digit:]]\.[[:digit:]]")
MINOR_VERSION=$(cat $PROJECT_ROOT/VERSION | grep -oE "\\d+\\.\\d+")

if [[ -z "${STAGE_STATIC_ASSETS:-}" ]]; then
echo "[pre-commit]: Unstaging assets directory"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.3
1.10.0.d
2 changes: 1 addition & 1 deletion _layouts/spec.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version_string: v1.9
version_string: v1.10
---
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions assets/v1.10/js/262.primer_spec_plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/v1.10/js/262.primer_spec_plugin.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions assets/v1.10/js/424.primer_spec_plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aa29c8a

Please sign in to comment.