Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
edewit committed Mar 18, 2024
1 parent 0be9527 commit 9ccbe57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Platform Makefile
##

VERSION=0.20.1-mvnpm-0.0.6
VERSION=0.20.1-mvnpm-0.0.7
SASS_VERSION=1.69.7

platform-all:
Expand Down
2 changes: 1 addition & 1 deletion esbuild_scss.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func main() {
for _, arg := range osArgs {
switch {
case arg == "--version":
fmt.Printf("0.20.1-mvnpm-0.0.6")
fmt.Printf("0.20.1-mvnpm-0.0.7")
os.Exit(0)
case arg == "--watch" || arg == "--watch=forever":
go func() {
Expand Down

0 comments on commit 9ccbe57

Please sign in to comment.