github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/istructsmem/internal/singletons/consts.go (about)

     1  /*
     2   * Copyright (c) 2021-present Sigma-Soft, Ltd.
     3   * @author: Nikolay Nikitin
     4   */
     5  
     6  package singletons
     7  
     8  import "github.com/voedger/voedger/pkg/istructsmem/internal/vers"
     9  
    10  // Singletons IDs system view versions
    11  const (
    12  	ver01 vers.VersionValue = vers.UnknownVersion + 1
    13  
    14  	latestVersion = ver01
    15  )