Skip to content

Commit

Permalink
Increment version for release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanluker committed Apr 25, 2021
1 parent 73af483 commit 2c2e2d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-coverage-gutters",
"displayName": "Coverage Gutters",
"description": "Display test coverage generated by lcov or xml - works with many languages",
"version": "2.7.2",
"version": "2.7.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/extension/crashreporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class CrashReporter {
Sentry.init({
defaultIntegrations: false,
dsn: "https://[email protected]/5288283",
release: "[email protected].2",
release: "[email protected].3",
});
Sentry.configureScope(function(scope) {
// Generate a random string for this session
Expand Down

0 comments on commit 2c2e2d3

Please sign in to comment.