Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
bump to version 0.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
imantung committed Apr 23, 2021
1 parent 3cdb457 commit 40a4650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/typical-build/typical-build.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

var descriptor = typgo.Descriptor{
ProjectName: "typical-rest-server",
ProjectVersion: "0.9.17",
ProjectVersion: "0.9.18",
Environment: typgo.DotEnv(".env"),

Tasks: []typgo.Tasker{
Expand Down Expand Up @@ -60,7 +60,7 @@ var descriptor = typgo.Descriptor{
// mysql
&typredis.RedisTool{
Name: "cache",
EnvKeys: typredis.EnvKeysWithPrefix("CACHE_REDIS"),
EnvKeys: typredis.EnvKeysWithPrefix("CACHE_REsDIS"),
},
// setup
&typgo.Task{
Expand Down

0 comments on commit 40a4650

Please sign in to comment.