Skip to content

Commit f651827

Browse files
chore: update tag script
1 parent 7508fa2 commit f651827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/tag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { DateTime } from 'luxon'
33

44
function getTag() {
55
const now = DateTime.now().setZone('utc')
6-
const major = '6'
6+
const major = '7'
77
const minor = now.toFormat('yyMMdd')
88
const patch = now.toFormat('HHmm')
99
let version = `${major}.${minor}.${patch}`

0 commit comments

Comments
 (0)