Skip to content

Commit

Permalink
desktop: Bump version to 6.10.0 (#49820)
Browse files Browse the repository at this point in the history
Co-authored-by: nsakaimbo <[email protected]>
  • Loading branch information
mokagio and nsakaimbo authored Feb 22, 2021
1 parent 0083385 commit 10a867a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ jobs:
# Use make for bash-like environment variable substitution
# Codesign release (tagged) builds only
If ( $env:CIRCLE_TAG ) { $env:ARG1='-c.win.certificateSubjectName=""Automattic, Inc.""' }
If ( $env:CIRCLE_TAG ) { $env:ARG1='-c.win.certificateSubjectName="Automattic"' }
# Build all artifacts only when project config changes.
# Otherwise only build application executable required for end-to-end testing.
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WordPressDesktop",
"version": "6.9.0",
"version": "6.10.0",
"repository": {
"type": "git",
"url": "https://github.com/Automattic/wp-calypso/"
Expand Down

0 comments on commit 10a867a

Please sign in to comment.