Skip to content

Commit

Permalink
Merge pull request semgrep#5541 from returntocorp/release-0.98.0
Browse files Browse the repository at this point in the history
Release Version 0.98.0
  • Loading branch information
underyx authored Jun 15, 2022
2 parents 2853814 + 7895689 commit b0e9435
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Unreleased

## [0.98.0](https://github.com/returntocorp/semgrep/releases/tag/v0.98.0) - 2022-06-15

### Added

- New language R with experimental support (#2360)
Expand Down
2 changes: 1 addition & 1 deletion semgrep-core/src/cli/version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Automatically modified by scripts/release/bump.
*)
let version = "0.97.0"
let version = "0.98.0"
2 changes: 1 addition & 1 deletion semgrep/semgrep/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "0.97.0"
__VERSION__ = "0.98.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
setup(
name="semgrep_pre_commit_package",
version="0.0.0",
install_requires=["semgrep==0.97.0"],
install_requires=["semgrep==0.98.0"],
packages=[],
)

0 comments on commit b0e9435

Please sign in to comment.