Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/src/shared/versions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Single source of truth for version strings shown on the site.
// Bump on each release (see site/README.md). These are hand-maintained on
// purpose: the site must never claim a version that is not actually tagged.
export const SERVER_VERSION = '0.14.0';
export const SERVER_VERSION = '0.14.1';
export const CLI_VERSION = '0.10.2';
export const MAC_APP_VERSION = '0.1.1';
export const PLUGIN_VERSION = '0.4.0';
Expand Down