use default registry

This commit is contained in:
Sebastian Sdorra
2019-10-16 10:41:00 +02:00
parent f6c4564a0c
commit 1c42897285
3 changed files with 14 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
const createSnapshotVersion = (baseVersion) => {
const createSnapshotVersion = () => {
const date = new Date();
const year = date.getFullYear();
const month = date.getMonth().toString().padStart(2, "0");