Skip to content

Commit

Permalink
version bump after fixing call expression resolution for expression f…
Browse files Browse the repository at this point in the history
…ields
  • Loading branch information
marques-work committed Sep 26, 2017
1 parent 03b198f commit e1f3534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package main

import (
"fmt"
. "github.com/ThoughtWorksStudios/bobcat/emitter"
. "github.com/ThoughtWorksStudios/bobcat/common"
. "github.com/ThoughtWorksStudios/bobcat/emitter"
"github.com/ThoughtWorksStudios/bobcat/interpreter"
"github.com/docopt/docopt-go"
"log"
Expand All @@ -12,7 +12,7 @@ import (
)

const (
VERSION = "0.5.1"
VERSION = "0.5.2"
USAGE = `
Usage: %s [-o DESTFILE] [-d DICTPATH] [--stdout] [-cfms] [--] INPUTFILE
%s -v
Expand Down

0 comments on commit e1f3534

Please sign in to comment.