Skip to content

Commit

Permalink
remove "-preview" from doki.config.schema.json when using "doki init"
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed May 23, 2024
1 parent 6a630de commit 6756d7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Doki.CommandLine/Commands/InitCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ private async Task<int> HandleCommandAsync(InvocationContext context)

var version = GetType().Assembly.GetName().Version?.ToString(3);

//TODO - Remove this when we release the first version
version += "-preview";

var dokiConfig = new DokiConfig
{
Schema = $"https://cdn.dvolper.dev/doki/{version}/doki.config.schema.json",
Expand Down

0 comments on commit 6756d7e

Please sign in to comment.