Projects STRLCPY afrog Commits 5b14753f
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    internal/runner/banner.go
    skipped 8 lines
    9 9  )
    10 10   
    11 11  func ShowBanner() string {
    12  - return log.LogColor.Bold("afrog ") + log.LogColor.Banner("")
     12 + return log.LogColor.Bold("afrog ") + log.LogColor.Banner("")
    13 13  }
    14 14   
    15 15  func ShowUsage() string {
    skipped 17 lines
  • ■ ■ ■ ■
    pkg/config/config.go
    skipped 39 lines
    40 40  }
    41 41   
    42 42  const afrogConfigFilename = "afrog-config.yaml"
    43  -const Version = "1.3.7"
     43 +const Version = "1.3.8"
    44 44   
    45 45  // Create and initialize afrog-config.yaml configuration info
    46 46  func New() (*Config, error) {
    skipped 110 lines
  • ■ ■ ■ ■
    pocs/v/afrog.version
    1  -1.3.7
     1 +1.3.8
  • ■ ■ ■ ■
    pocs/v/version
    1  -0.1.65
     1 +0.1.66
Please wait...
Page is in error, reload to recover