mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Fix version
This commit is contained in:
parent
a007a123af
commit
ebab250b6b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ fn dist_client(nightly: bool) -> Result<()> {
|
|||
let version_suffix = if nightly { "-nightly" } else { "" };
|
||||
|
||||
let mut package_json = original_package_json.replace(
|
||||
r#""version": "0.2.20200211-dev""#,
|
||||
r#""version": "0.2.20200309-nightly""#,
|
||||
&format!(r#""version": "0.1.{}{}""#, date, version_suffix),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue