Skip to content

Commit f3caf30

Browse files
author
huzh
committed
bump version to v24.1213.1025
1 parent b76eb2c commit f3caf30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 获取当前时间并格式化版本号
2-
VERSION := $(shell date +"%y.%m%d.%H%M")
2+
VERSION := $(shell TZ="Asia/Shanghai" date +"%y.%m%d.%H%M")
33

44

55
update-version:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "rirh<[email protected]>"
66
},
77
"license": "./LICENSE",
8-
"version": "24.1213.1024",
8+
"version": "24.1213.1025",
99
"private": true,
1010
"scripts": {
1111
"dev": "next dev",

0 commit comments

Comments
 (0)